home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TFILLPALETTE / TFILLPALETTE.txt < prev   
Text File  |  1997-02-27  |  1KB  |  50 lines

  1. object FillPalette: TFillPalette
  2.   Left = 181
  3.   Top = 113
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FillPalette'
  7.   ClientHeight = 189
  8.   ClientWidth = 167
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object PatternImage: TNeoBookImage
  23.     Left = 6
  24.     Top = 6
  25.     Width = 155
  26.     Height = 155
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.     OnMouseDown = PatternImageMouseDown
  30.     OnMouseMove = PatternImageMouseMove
  31.     OnMouseUp = PatternImageMouseUp
  32.   end
  33.   object Transparent: TCheckBox
  34.     Left = 39
  35.     Top = 166
  36.     Width = 89
  37.     Height = 17
  38.     Caption = 'Transparent'
  39.     TabOrder = 0
  40.     OnClick = TransparentClick
  41.   end
  42.   object Timer: TTimer
  43.     Enabled = False
  44.     Interval = 500
  45.     OnTimer = TimerTimer
  46.     Left = 124
  47.     Top = 12
  48.   end
  49. end
  50.